chore: Update @workos/migrations to 2.4.0#183
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Original prompt from jonatas
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Greptile SummaryThis PR updates the migrations package and refreshes dependency resolution. The main changes are:
Confidence Score: 3/5The dependency bump is small and lockfile-focused, but the advertised Node runtime range should match the resolved dependency tree before merging. The changed files are limited to package metadata and dependency resolution, making the review scope straightforward. The remaining issue is a compatibility mismatch that can affect installs for users on the lowest supported Node runtime. package.json
What T-Rex did
|
|
Re: Greptile's two findings: P2 — Node engine alignment: P1 — "unified export <provider> not available": False positive. The unified |
Summary
Bump
@workos/migrationsfrom2.0.0to2.4.0in the lockfile. The semver specifier was already^2.0.0but the lockfile pinned the resolved version at2.0.0, so commands added after that release (e.g.export-template, split SAML/OIDC connection templates,nameAttributesupport, unifiedexport <provider>) were unavailable when runningnpx workos migrations ….No code changes — only
package.jsonspecifier bump (^2.0.0→^2.4.0) andpnpm-lock.yamlre-resolution.Link to Devin session: https://app.devin.ai/sessions/3c5dbd255cc947519d5a6ad6486c8994
Requested by: @jonatascastro12